//==============================================================================
define trident
{
    TechLogic none/TG Ankh Lvl 2
	set hotspot
    {
	    version
		{
			Visual jimmy
		}
	}
	set hotspot
    {
	    version
		{
			Visualparticle TG Trident Large SFX Damage Death
		}
	}
}

//==============================================================================
define tridentshadow
{
    TechLogic none/TG Ankh Lvl 2
	set hotspot
    {
	    version
		{
			Visual jimmy
		}
	}
    set hotspot
    {
	    version
		{
			Visualparticle TG Trident Large SFX Shadow Damage Death
		}
	}
}

//==============================================================================
anim Idle
{
    SetSelector
    {
        set hotspot
        {
            version
            {
		        Visual jimmy
			    connect attachpoint trident hotspot
				connect attachpoint tridentshadow hotspot
            }
        }
    }
}

//==============================================================================
anim Death
{
    SetSelector
    {
        set hotspot
        {
            version
            {
		        Visual jimmy
		        connect attachpoint trident hotspot
				connect attachpoint tridentshadow hotspot
		        length 0.3
            }
        }
    }
}